home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 10 / xplorer / readme < prev    next >
Text File  |  1994-01-27  |  914b  |  26 lines

  1. [Note: you will have to crash your system to get out of this
  2. program]
  3.  
  4.                              XPLOR
  5.                        by Larry Phillips
  6.  
  7. This program scans all system lists that start in ExecBase and
  8. prints out their names and starting addresses. It is provided not
  9. so much for the actual functionality of the code as for
  10. illustrating various things, such as the use of macros combined
  11. with subroutines and scanning a doubly linked list in assembler.
  12.  
  13. The Forbid() and Permit() functions don't seem to work the way I
  14. think they should.
  15.  
  16. There are no parameters to XPLOR, just type the name. If you want
  17. a more permanent record, you may redirect the output with the '>'
  18. symbol.
  19.  
  20. The file called MAKE is a batch file I use when assembling. I put
  21. the assembler and BLink into VD0:C, which is included in my PATH.
  22.  
  23. Feel free to use this code in any way you see fit.
  24.  
  25. Larry Phillips, Compuserve - 76703,4322
  26.